home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / DELPHI32 / GRAPHICS / TS32 / TS32.ZIP / DIBFileLoader.dfm / DIBFileLoader.txt
Text File  |  1996-02-23  |  1KB  |  77 lines

  1. object frmDIBFileLoader: TfrmDIBFileLoader
  2.   Left = 230
  3.   Top = 116
  4.   BorderStyle = bsDialog
  5.   Caption = 'DIB File Loader'
  6.   ClientHeight = 271
  7.   ClientWidth = 408
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object FileListBox1: TFileListBox
  16.     Left = 232
  17.     Top = 104
  18.     Width = 169
  19.     Height = 97
  20.     ItemHeight = 13
  21.     Mask = '*.BMP'
  22.     TabOrder = 0
  23.     OnClick = FileListBox1Click
  24.   end
  25.   object DirectoryListBox1: TDirectoryListBox
  26.     Left = 232
  27.     Top = 8
  28.     Width = 169
  29.     Height = 89
  30.     FileList = FileListBox1
  31.     ItemHeight = 16
  32.     TabOrder = 1
  33.   end
  34.   object DriveComboBox1: TDriveComboBox
  35.     Left = 232
  36.     Top = 208
  37.     Width = 169
  38.     Height = 19
  39.     DirList = DirectoryListBox1
  40.     TabOrder = 2
  41.   end
  42.   object pbCancel: TButton
  43.     Left = 304
  44.     Top = 240
  45.     Width = 99
  46.     Height = 25
  47.     Cancel = True
  48.     Caption = '&Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 3
  51.   end
  52.   object pbLoad: TButton
  53.     Left = 200
  54.     Top = 240
  55.     Width = 99
  56.     Height = 25
  57.     Caption = '&Load'
  58.     Default = True
  59.     ModalResult = 1
  60.     TabOrder = 4
  61.   end
  62.   object ScrollBox1: TScrollBox
  63.     Left = 8
  64.     Top = 8
  65.     Width = 217
  66.     Height = 217
  67.     TabOrder = 5
  68.     object Image1: TImage
  69.       Left = 0
  70.       Top = 0
  71.       Width = 200
  72.       Height = 200
  73.       AutoSize = True
  74.     end
  75.   end
  76. end
  77.